runtime.arenaHint.addr (field)

8 uses

	runtime (current package)
		malloc.go#L643: 			hint.addr = p
		malloc.go#L710: 		hint.addr = p
		malloc.go#L718: 		userArenaHint.addr = p
		malloc.go#L762: 		p := hint.addr
		malloc.go#L780: 			hint.addr = p
		malloc.go#L816: 		hint.addr, hint.down = uintptr(v), true
		malloc.go#L819: 		hint.addr = uintptr(v) + size
		mheap.go#L344: 	addr uintptr